
html,
body {
    margin: 0;
    background: #fff;
   font-family: 'Source Sans Pro', sans-serif;

}

body a,
.agile_form input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
}

p {
    margin: 0;
    color: #777;
    font-size: 1.15em;
    line-height: 1.6;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

li {
    list-style-type: none;
}


header a {
	    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 0.9em;
}

header .log {
	margin-right: 1em;
    padding-right: 1.2em;
    border-right: 1px solid #000;
}
.navbar {
	background-color: #eee;
	border: 1px solid transparent;
	border-color: #e7e7e7;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 1em 0.9em 1.2em;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fff; 
	background-color: #2e3192;
}
.navbar-light .navbar-nav .nav-link:focus {
	color: #fff; 
	background-color: #2e3192;
}

.navbar-light .navbar-nav .active .nav-link   {
	color: #fff; 
	background-color: #2e3192;
}


.home-banner-section .col-md-9 {
     padding-right: 0px !important;
     padding-left: 0px !important;
}
.home-banner-section .carousel .item {
    height: 300px;
}

.home-banner-section .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.home-banner-section .carousel-item {
    height: 450px;
}

.home-banner-section .carousel-item img {
    height: 450px;
}

.home-banner-section .row {
	margin-right: 0px !important; 
margin-left: 0px !important;
}

h3.title-txt {
    text-align: center;
    text-transform: capitalize;
    font-size: 2em;
    color: #000;
    margin-bottom: 1em;
}

h3.title-txt span {
    color: #2e3192;
}

marquee p {
	color: #fff;
	 text-align: justify;
	font-size: 15px;
    line-height: 2.0;
}
marquee h6 {

    color: #ec1e26;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 600;
    letter-spacing: 0px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    text-transform: capitalize;
}
   

 .counter {
    background-color:#eee;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
	    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #2e3192;
    font-size: 1.5em;
    text-transform: capitalize;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}  
   
.home-banner-section h3 {
	    color: #000;
    font-size: 1.6em;
    text-transform: capitalize;
}
.about-section h3 span {
	font-weight: 600;
    color: #2e3192;
}
.contact-section h6 {
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
}
.address li {
    margin: 1em 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.address li span {
    color: #2e3192;
    font-size: 1.2em;
    margin-right: 1em;
}
.address li a {
    color: #000;
}

.contact-section p {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 1em;
}
 footer {
	 background: #201f1f;
    text-align: center;
    padding: 1.5em 0;
    color: #fff;
    letter-spacing: 2px;
 }  
  .contact-section .row {
	  
       padding: 2em;
    background: #eee;
  }
  .contact-section 
	  input[type="email"] {
    display: inline-block;
    background: #ffffff;
    border: solid 1px #026fbf;
    width: 77%;
    outline: none;
    padding: 1em;
    font-size: 1em;
    color: #999999;
    letter-spacing: 1px;
  } 
  .contact-section .input-group {
	  padding: 10px;
  }
  .contact-section .input-group .form-control {
	  padding: 10px;
  }
   .contact-section .text-right {
	   margin-right: 10px;
   }
   .contact-section .btn {
	 display: inline-block;
    font-size: 1.1em;
    color: #2e3194;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 1em 0px 2em;
    padding: 9px 23px;
    background: #fff;
    border: solid 1px #2e3194;
   }
.contact-section .btn:hover {
   border: solid 1px #fff;
    background: #2e3192;
    color: #fff;
}
 .contact-section  button.btn1 {
    color: #ffffff;
    font-size: 1em;
    border: solid 1px #2e3192;
    width: 90px;
    height: 59px;
    text-align: center;
    text-decoration: none;
    background: #2e3192;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
   
.social-icons3 li {
    display: inline-block;
}
.social-icons3 li a {
	 display: block;
    height: 37px;
    width: 37px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    margin-right: 0.4em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 39px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
	 background: #2e3192;
} 



.banner-section {
	background: url("../images/img-b02.jpg");
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
	min-height: 350px;
}







.read-about {
	background-color: #eee;
}
.read-about h3 {
	margin-bottom: 0px !important;
}
.read-about p {
	text-align: justify;
	    line-height: 2.0;
    letter-spacing: 1.2px;
}





 /* Landscape*/

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
		.navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding: 1em 0.9em 1.2em;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
}
	}

    /* Portrait*/
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
		.navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding: 1em 0.9em 1.2em;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
}
	}



@media screen and (max-width: 991px)
.abt-container {
    width: 85%;
}
@media screen and (max-width: 1024px)

.abt-container {
    width: 77%;
}
@media screen and (max-width: 1080px)
.abt-container {
    width: 74%;
}
@media screen and (max-width: 1440px)
.abt-container {
    width: 61%;
}
.abt-container {
    width: 56%;
    margin: 0 auto;
    position: relative;
}
fieldset {
    padding: 1em 3em;
    margin: 0 2px;
    border: 2px solid #2e3192;
}

@media screen and (max-width: 991px)
legend {
    width: 55%;
}
@media screen and (max-width: 991px)
legend {
    width: 65%;
}
@media screen and (max-width: 1050px)
legend {
    width: 61%;
}
@media screen and (max-width: 1080px)
legend {
    width: 58%;
}
@media screen and (max-width: 1280px)
legend {
    font-size: 1.8em;
}
@media screen and (max-width: 1366px)

legend {
    width: 65%;
}
@media screen and (max-width: 1440px)
legend {
    width: 62%;
}
legend {
    display: block;
    width: 49%;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding: 0 1em;
    color: #000;
    font-size: 1.95em;
    border: 0;
}
@media screen and (max-width: 991px)
.stats-info {
    padding: 0 0em 42em;
}
@media screen and (max-width: 1280px)
.stats-info {
    padding: 0 0em 25em;
}
@media screen and (max-width: 1366px)
.stats-info {
    padding: 0 0em 23em;
}
.stats-info {
    padding: 0 2em 23em;
}

.services-section {
	background: #eee;
}

.services-section .deposits {
	background-color: #2e3192;
	padding: 23px;
}
.services-section .deposits i {
    color: #fff;
    font-size: 3em;
}


.services-section .deposits p {
	color: #f8f9fa;
}
.services-section .deposits h6 {
	text-transform: capitalize;
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}



.services-section .rntn {
	padding: 23px;
	background: #fff;
}
.services-section .rntn i {
    color: #026fbf;
    font-size: 3em;
}

.services-section .rntn h6 {
	text-transform: capitalize;
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
}

.services-section h5 { 
	
    font-size: 2em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
}

.services-section h5 span {
    color: #2e3192;
}


.services-section h4 {
    margin: 1em 0 0.5em;
    color: #000;
    line-height: 1.5;
    font-size: 1.4em;
}

.services-section h4 span {
    font-weight: 600;
    color: #2e3192;
}

.know-more-section h5 {
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.know-more-section .placerat {
	margin: 1em 0 0.5em;
    padding: 1em 0;
    color: #000;
    text-transform: capitalize;
    font-size: 1.2em;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);

}

.know-more-section .placerat p {
	
    font-size: 0.9em;
    margin-top: 8px;
}

.know-more-section .placerat i {
    font-size: 0.8em;
    color: #2e3192;
    margin-right: 1em;
}

.faq-section {
	  background: #026fbf;
}

.faq-section h3.title-txt {
    text-align: center;
    text-transform: capitalize;
    font-size: 3em;
    color: #fff;
    margin-bottom: 1em;
}
.faq-section .nav{
    background-color: #fff;
}

.faq-section .nav-tabs {
    border-bottom: none !important;
}

.faq-section #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #336683 !important;
    background-color: #a4d6ef !important;
    border-color: transparent transparent #f3f3f3;
}
.faq-section #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #eee;
    font-size: 20px;
    background-color: #336683;
    border: 1px solid #a4d6ef;
    color: #a4d6ef;
}

.faq-section .nav-item {
    border-radius: 0 !important;
}

.faq-section .nav-item:last-child {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.faq-section .nav-item:first-child {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}

.faq-section .nav-tabs .nav-link.active{
   background-color: #a4d6ef !important; 
}
.srvbranches-section p {
	text-align: justify;
    line-height: 2.0;
    letter-spacing: 1.2px;
}



.abtlink {
	 display: inline-block;
    font-size: 1.1em;
    color: #2e3194;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 1em 0px 2em;
    padding: 9px 23px;
    background: #fff;
    border: solid 1px #2e3194;

}
.abtlink:hover {
    border: solid 1px #fff;
    background: #2e3192;
    color: #fff;
}















.c-no {
    height: 150px;
}

.grey-bg {
    background: #ebebeb;
}

.counter-Txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.counter-Txt span {
    display: block;
    font-size: 36px
}

@media(min-width:320px) and (max-width:767px) {
    .c-no {
        height: 100%;
    }
    .counter-Txt {
        margin-top: 35px;
    }
    .margin-bot-35 {
        margin-bottom: 35px;
    }
}

















.testim {
		width: 100%;
	

		
	
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #3F51B5;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;

}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
 
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #545b62;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}



/*
.testimonial-section .card {
  margin: 0 auto;
}
.testimonial-section .card .carousel-item {
  height: 200px;
}
.testimonial-section .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.testimonial-section .card .carousel-caption h3 {
  color: #3d3d3d;
}
.testimonial-section .card .carousel-caption p {
  line-height: 30px;
}
.testimonial-section .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.testimonial-section .card .carousel-caption .col-sm-9 {
  text-align: left;
}
.testimonial-section .navi a {
    text-decoration:none;
}
.testimonial-section a > .ico {
    background-color: grey;
    padding: 10px;
    
}
.testimonial-section a:hover > .ico {
    background-color: #666;
}

*/





.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}



.gallery-secion {
	background: #0270bf;
}

.branches-section {
	background: url("../images/BankBranches-blog.jpg");
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
	min-height: 350px;
}


.city-section h5 {
	font-size: 2em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
	text-align: center;
}

.city-section p {
	
}
.circular-section {
	background: url("../images/people-bank.jpg");
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
	min-height: 350px;
}
.events-section {
	background: url("../images/event-img.jpg");
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
	min-height: 350px;
}   


.city-section .tabs{
  background-color:#f5f5f5;
  padding-top:30px;
  padding-bottom:30px;
}

.city-section .tabs .tab-pane{
  margin-left:20px;
}

.city-section .tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:30px;
}
.city-section .tabs h4{
    margin: 0 0 0.5em;
    line-height: 1.5;
    font-size: 1.4em;
	font-weight: 600;
    color: #2e3192;
}

.city-section .tabs p{
  font-size:14px;
}

.city-section .tabs a{
  font-size:15px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:30px;
}

.city-section .tabs li{
  background-color:#333;
  margin-top:1px;
  text-align:center;
    height: 80px;
    width: 310px;
    padding-top: 25px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.city-section .tabs li.active{
  background-color:#ff8b38;
}


.year-section h5 {
    font-size: 2em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
    text-align: center;
}


.year-section .tabs{
  background-color:#f5f5f5;
  padding-top:30px;
  padding-bottom:30px;
}

.year-section .tabs .tab-pane{
  margin-left:20px;
}

.year-section .tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:30px;
}
.year-section .tabs h4{
    margin: 0 0 0.5em;
    line-height: 1.5;
    font-size: 1.4em;
	font-weight: 600;
    color: #2e3192;
}

.year-section .tabs p{
  font-size:14px;
}

.year-section .tabs a{
  font-size:13px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:30px;
}

.year-section .tabs li{
  background-color:#2d3092;
  margin-top:1px;
  text-align:center;
    height: 60px;
    width: 310px;
    padding-top: 17px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.year-section .tabs li.active{
  background-color:#eb1b23;
}
.yearcirc-section li {
	list-style-type: square;
	padding: 10px;
	
}
.yearcirc-section li a {
	padding: 10px;
	    
    color: #2e3192;
    font-size: 1.15em;
    line-height: 1.6;
}
.yearcirc-section li a:hover {
	color: #eb1c24;
	font-weight: 300px;
}

.edetail-section h5 {
    font-size: 2em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
    text-align: center;
}


.edetail-section .tabs{
  background-color:#f5f5f5;
  padding-top:30px;
  padding-bottom:30px;
}

.edetail-section .tabs .tab-pane{
  margin-left:20px;
}

.year-section .tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:30px;
}
.edetail-section .tabs h4{
    margin: 0 0 0.5em;
    line-height: 1.5;
    font-size: 1.4em;
	font-weight: 600;
    color: #2e3192;
}

.edetail-section .tabs p{
  font-size:14px;
}

.edetail-section .tabs a{
  font-size:15px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:30px;
}

.edetail-section .tabs li{
  background-color:#333;
  margin-top:1px;
  text-align:center;
    height: 80px;
    width: 310px;
    padding-top: 25px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.edetail-section .tabs li.active{
  background-color:#ff8b38;
}


.banking-section {
	background: url("../images/banking-img.jpg");
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
	min-height: 350px;
}






.bnkdetail-section 

.bnkdetail-section h5 {
    font-size: 2em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1em;
    text-align: center;
}


.bnkdetail-section .tabs{
  background-color:#f5f5f5;
  padding-top:30px;
  padding-bottom:30px;
}

.bnkdetail-section .tabs .tab-pane{
  margin-left:20px;
}

.bnkdetail-section .tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:30px;
}
.bnkdetail-section .tabs h4{
    margin: 0 0 0.5em;
    line-height: 1.5;
    font-size: 1.4em;
	font-weight: 600;
    color: #2e3192;
}

.bnkdetail-section .tabs p{
  font-size:14px;
}

.bnkdetail-section .tabs a{
  font-size:13px;
  font-family:OpenSans,sans-serif;
  font-weight:700;
  color:#fff;
  padding:30px;
}

.bnkdetail-section .tabs .nav-pills li{
  background-color: #2e3192;
  margin-top:1px;
  text-align:center;
    height: 60px;
    width: 310px;
    padding-top: 17px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.bnkdetail-section .tabs .nav-pills li.active{
  background-color:#eb1b23;
}




#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
	min-width: 350px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title {
    color: #ee4d53 !important;
}
.backside .card .card-title {
	color: #2e3192 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}



@media all and (max-width: 600px) {
.frontside .card,
.backside .card {
    min-height: 312px;
	min-width: 290px;
}
}

.edetail-section .btn {
	    display: inline-block;
    font-size: 1.1em;
    color: #2e3194;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 9px 23px;
    background: #fff;
    border: solid 1px #2e3194;
}
.edetail-section .btn:hover {
    border: solid 1px #fff;
    background: #2e3192;
    color: #fff;
}



.member input[type=button], .member input[type=submit], .member input[type=reset]  {
  background-color: #eb1c24;
  border: none;
  color: white;
  padding: 7px 20px;
  margin-left: auto;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;

  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member input[type=button]:hover, .member input[type=submit]:hover, .member input[type=reset]:hover  {
  background-color: #fff;
  color: #eb1c24;
}

.member input[type=button]:active, .member input[type=submit]:active, .member input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.member input[type=text] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
 
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  
}

.member input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.member input[type=text]:placeholder {
  color: #cccccc;
}

.member *:focus {
    outline: none;
} 

.member #icon {
  width:60%;
}


.member input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
 
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  
}

.member input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.member input[type=password]:placeholder {
  color: #cccccc;
}


